home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 478 < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.1 KB  |  51 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: news.nask.org.pl!cyfronet!student!iskra
  3. From: iskra@student.uci.agh.edu.pl (Kamil Iskra)
  4. Subject: Re: ADE
  5. Message-ID: <DKuzuJ.49n@cyf-kr.edu.pl>
  6. Sender: news@cyf-kr.edu.pl (News Administrator)
  7. Nntp-Posting-Host: student.uci.agh.edu.pl
  8. Organization: Academic Computer Centre, CYFRONET
  9. X-Newsreader: TIN [version 1.1 PL8]
  10. References: <4cku60$t4m@globe.indirect.com>
  11. Date: Mon, 8 Jan 1996 10:59:06 GMT
  12.  
  13. Fred Fish (fnf@fishpond.amigalib.com) wrote:
  14. > In article <mbs.46mp@adastra.cvl.va.us>,
  15. > Michael B. Smith <mbs@adastra.cvl.va.us> wrote:
  16. > >rez is a way of keeping program, normally loaded from disk, at each
  17. > >request; in memory. When a shell or another program tries to run a
  18. > >rez'ed program, a copy is provided from memory; without having to load
  19. > >it from disk.
  20. > >
  21. > >It uses lots more memory; but it's worlds faster too.
  22.  
  23. What's the difference between this program and standard system "resident" 
  24. command? 
  25.  
  26. > How does that differ from something like DynamiCache, which I typically
  27. > run with about an 8Mb buffer and a 98% cache hit on my tools disk (where
  28. > all the compilation tools are).
  29.  
  30. Caching a hard drive is not the same as keeping a program resident. When I
  31. had 6 MB RAM and wanted to recompile IXEmul, I noticed that most of my
  32. memory was eaten by 4 or 5 instances of "make" and "sh", called
  33. recursively one from the other. If these two programs could be made
  34. resident, it would save a lot of RAM and recompiling IXEmul with 6 MB
  35. would be simple - but it was horrible experience, since I had to enter
  36. subdirectiories manually and call their own Makefiles manually. 
  37.  
  38. > Guess maybe it's time to revisit the issue of generating resident versions
  39. > of the tools.
  40.  
  41. Definitely yes. But every time I mention it on amiga-gcc-port list I hear
  42. that there are still some strange problems with -resident. 
  43.  
  44. > -Fred
  45.  
  46. --
  47. / Kamil Iskra - AMIGA 1200, 68030 50MHz, HDD 850 MB, 10 MB RAM \
  48. | iskra@student.uci.agh.edu.pl  kiskra@ernie.icslab.agh.edu.pl |
  49. | http://student.uci.agh.edu.pl/~iskra                         |
  50. \ PGP public key available via Finger or WWW                   /
  51.